iT邦幫忙

2021 iThome 鐵人賽

DAY 19
0
AI & Data

使用python學習Machine Learning系列 第 19

Day 19 [Python ML、資料視覺化] Seaborn介紹

  • 分享至 

  • xImage
  •  
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns

讀取資料

# Path of the file to read
fifa_filepath = "./fifa.csv"

# Readd the file into a variable fifa_data
fifa_data = pd.read_csv(fifa_filepath, index_col="Date", parse_dates=True)

查看資料

# Print the first 5 rows of the data
fifa_data.head()


上一篇
Day 18 [Python ML、Pandas] 重新命名和整合
下一篇
Day 20 [Python ML、資料視覺化] 折線圖
系列文
使用python學習Machine Learning29
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言